LINALG
Source Files
Modules
Procedures
Derived Types
msr_to_csr
Function
13 statements
Source File
linalg_sparse.f90
linalg_sparse
msr_to_csr
Contents
public pure function msr_to_csr(a) result(rst)
Converts an MSR matrix to a CSR matrix.
Arguments
Type
Intent
Optional
Attributes
Name
class(
msr_matrix
),
intent(in)
::
a
The MSR matrix to convert.
Return Value
type(
csr_matrix
)
The CSR matrix.